@charset "gb2312";
* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif, "Î¢ÈíÑÅºÚ", "microsoft Yahei", "Courier New", Courier, monospace;
  line-height: 26px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #053db0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.mcon tr:hover {
  color: #26252d;
}
.blank {
  clear: both;
  height: 20px;
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  display: block;
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
video {
  width: 100%;
  max-width: 550px;
  max-height: 650px;
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f43a3b;
  color: #fff;
}
table td,
#part table th {
  text-align: center;
  border: 1px solid #dddddd;
}
.w1410 {
  width: 1410px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.head .top .logo {
  float: left;
  margin: 18px 0;
}
.head .top .vice-logo {
  float: left;
  font-weight: bold;
  height: 44px;
  margin: 33px 0;
  padding: 2px 40px;
  border-left: 1px solid #000;
  margin-left: 40px;
}
.head .top .vice-logo sub {
  display: block;
  line-height: 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.head .top .tel {
  position: relative;
  float: right;
  height: 50px;
  line-height: 50px;
  margin: 30px 0;
  padding-left: 60px;
  padding-right: 10px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 10px;
}
.head .top .tel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 37px;
  height: 37px;
  background: url(../images/tel-icon.png) no-repeat center;
  background-size: cover;
}
.head .top .tel strong {
  font-size: 32px;
  vertical-align: middle;
}
.head .menu {
  background: #f11b1b;
}
.head .menu li {
  position: relative;
  float: left;
  width: 16.667%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.head .menu li:hover {
  background: #333;
}
.head .menu li a {
  display: block;
  color: #fff;
}
.head .menu li .sub {
  display: none;
  width: 100%;
  left: 0;
  top: 50px;
  position: absolute;
  background: #f11b1b;
  z-index: 999;
}
.head .menu li .sub a {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.head .menu li:first-child + li + li .sub {
  width: 400%;
  left: -100%;
}
.head .menu li:first-child + li + li .sub a {
  width: 25%;
}
.head .menu li .sub a:hover {
  background: #333;
}
.head .menu li:first-child + li + li .sub a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fea58f;
}
.head .menu li:first-child + li + li .sub a:nth-of-type(4n):after {
  width: 0;
}
.sjmenu {
  display: none;
  background: #f11b1b;
}
.sjmenu li {
  position: relative;
  float: left;
  width: 33.333%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.sjmenu li:nth-of-type(2):before,
.sjmenu li:nth-of-type(5):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fea58f;
}
.sjmenu li:nth-of-type(2):after,
.sjmenu li:nth-of-type(5):after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 15px;
  background: #fea58f;
}
.sjmenu li a {
  display: block;
  color: #fff;
}
.nyban {
  line-height: 0;
}
.dqwz {
  border-top: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
  margin-bottom: 20px;
  background-color: #eeeeee;
  padding: 10px 0;
  font-size: 15px;
}
.dqwz b {
  font-weight: normal;
}
.dqwz .w1410 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page {
  text-align: center;
  padding: 40px;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a:hover, .page a.current {
  color: #fff;
  border-color: #292e39;
  background: #292e39;
}
.page span:last-child {
  display: none;
}
.foot {
  background-color: #f11b1b;
  line-height: 28px;
  color: #fff;
  font-size: 15px;
  padding-top: 30px;
}
.foot a {
  color: #fff;
}
.foot dl {
  float: left;
}
.foot .fmenu {
  width: 30%;
  margin-right: 1%;
}
.foot .fcontact {
  width: 33%;
  margin-right: 1%;
}
.foot .fwx {
  float: right;
  width: 20%;
  min-width: 140px;
}
.foot dl dt {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.foot dl dt:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.foot .fmenu dd {
  width: 50%;
  float: left;
}
.foot .bq {
  text-align: left;
  padding: 10px 0px;
  color: #fff;
  background-color: #333333;
  border-top: 1px #f11b1b solid;
  margin-top: 20px;
}
.foot .bq a {
  display: inline-block;
}
.fr {
  float: right;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 99999;
  bottom: 0px;
}
.fdh a {
  display: block;
  color: #fff;
}
.fdh li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #f11b1b;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .w1410,
  .w1200 {
    width: 90%;
  }
  .vice-logo {
    display: none;
  }
}
@media (max-width: 960px) {
  .foot .fmenu {
    display: none;
  }
  .foot .fcontact {
    width: 60%;
    margin-left: 0;
  }
  .foot .fpic {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .head .top .logo {
    float: none;
    display: block;
    margin: 5px auto;
  }
  .head .top .tel {
    display: none;
  }
  .head .menu {
    display: none;
  }
  .sjmenu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .foot dl dt:after {
    right: 0;
    margin: auto;
  }
  .foot .fcontact,
  .foot .fwx,
  .foot .fpic {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .foot .fpic dd {
    margin: 0 auto;
  }
  .bq .fr {
    float: none;
  }
}